home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 007a / ucpck104.zip / UUCPCHK.CFG < prev    next >
Text File  |  1995-12-06  |  5KB  |  133 lines

  1. ; UUCPCHK.EXE Version 1.04 Copyright (c) 1995 by James J. Murphy
  2. ;
  3. ; This config file will ignore any BLANK lines, and lines beginning with
  4. ; a semicolon.  This allows you to comment your config file if necessary.
  5. ;
  6. ; I have set up some default values in this config file.  Just change
  7. ; them to match your requirements.  There are 9 parameters that are
  8. ; set in this config file.
  9. ;
  10. ; The structure of the UUCPCHK config file is as follows:
  11. ;
  12. ;
  13. ; Line 1 - EXCLUDE or INCLUDE Your Name from ANY message checking
  14. ;          at all.  If you want to test UUCPCHK you should set it to
  15. ;          INCLUDE your name, that way you can create BAD test
  16. ;          messages without changing your name.
  17. ;
  18.  
  19. INCLUDE
  20.  
  21. ;
  22. ;
  23. ; Line 2 - LOG or NOLOG.  Whether or not you want a LOG (Report)
  24. ;          made of BAD addressed messages.  No log is written if
  25. ;          no bad messages are found.  I suggest you use the LOG
  26. ;          option at first.
  27. ;
  28.  
  29. LOG
  30.  
  31. ;
  32. ;
  33. ; Line 3 - The Drive and Path to your Netmail directory.  For
  34. ;           example, d:\fd\mail.  No Trailing Backslash, unless
  35. ;           you are using the root directory, then a backslash may
  36. ;           be used, ie. A:\
  37. ;
  38.  
  39. c:\fd\mail
  40.  
  41. ;
  42. ; Line 4 - Should the HOLD or SENT flag be set on BAD Addressed
  43. ;          messages that UUCPCHK finds?  You can also use NONE here
  44. ;          if you want to test UUCPCHK to see what is written to the
  45. ;          log, and see it operate.  With NONE it doesn't set any
  46. ;          flags and just READS only.  If you set Line 9 (below) to
  47. ;          ERROR, AND you use NETMGR to automatically 'Bounce' the
  48. ;          messages back, then I suggest you set this option to NONE.
  49. ;          Enter HOLD, SENT, or NONE below.
  50.  
  51. NONE
  52.  
  53. ;
  54. ; Line 5 - Your Sysop name, ie. The name that you use when you send a
  55. ;          Netmail or Internet message, and it is used with Line 1
  56. ;          above for including or excluding your name from message
  57. ;          checking.
  58. ;
  59.  
  60. Jim Murphy
  61.  
  62. ;
  63. ; Line 6 - This program automaticlly checks for UUCP as the TO: line
  64. ;          in your message header.  If you use some other gateway name
  65. ;          such as POSTMASTER, or GATEWAY, etc. then you place it
  66. ;          here, otherwise use NONE.
  67. ;
  68.  
  69. NONE
  70.  
  71. ;
  72. ; Line 7 - The Default FROM Zone Number.  If your Fido Style address
  73. ;          was 4:920/100, then you would put 4 as the Default Zone
  74. ;          Number.
  75. ;
  76.  
  77. 4
  78.  
  79. ;
  80. ; Line 8 - UUCPCHK checks the To: line in the text of the message and
  81. ;          qualifies a message as a good Internet message if it finds
  82. ;          an AT Symbol '@' in the address.  This option also adds
  83. ;          the BANG Symbol '!' as a qualifier of a good Internet
  84. ;          message.  If you want to ALSO have the BANG Symbol qualify
  85. ;          a message as good then put BANG as the option, otherwise
  86. ;          put NONE.
  87. ;
  88.  
  89. NONE
  90.  
  91. ;
  92. ;          NOTE: If you didn't read the docs, there is now an optional
  93. ;          file you can create called UUCPCHK.NAM, which should include
  94. ;          a list of names, of privileged users, that are NOT subjected
  95. ;          to a BAD ADDRESS check, and their messages will not be flagged
  96. ;          for bad addresses ONLY.  If they should mess up the To: line
  97. ;          in the message text by having a comma present, or no '@' symbol
  98. ;          or two spaces between To: and the Internet address, their
  99. ;          messages WILL get flagged as bad.  If you want YOUR name
  100. ;          checked for mistakes (NOT BAD ADDRESSES) then include it in
  101. ;          the .NAM file, and INCLUDE it in Line 1 of this Config file.
  102. ;          This file should be placed in the same directory where the
  103. ;          config file is located.  UUCPCHK will utilize the UUCPCHK.NAM
  104. ;          file automatically if it is present, but it is not necessary
  105. ;          for running this program.
  106. ;
  107. ;
  108. ; Line 9 - UUCPCHK will optionally add an Error Number that
  109. ;          coresponds to the type of problem that UUCPCHK finds
  110. ;          with the message.  It will add it to the beginnning of the
  111. ;          Subject line of the message header.  The Error Strings that
  112. ;          are added are as follows: #ERR1# to #ERR8#.  Each number
  113. ;          represents a particular problem that UUCPCHK found with the
  114. ;          message.  If this option is turned on, then UUCPCHK will
  115. ;          ignore any messages that have the HOLD or SENT flag, OR have
  116. ;          the Error String in the beginning of the Subject line.  This
  117. ;          is necessary to prevent UUCPCHK from re-checking and Flagging
  118. ;          messages over and over.  You could then use NETMGR to look
  119. ;          for the string #ERR in the Subject line, and send an
  120. ;          appropriate 'Bounce' message to the sender.  If you want the
  121. ;          Error identified in the Subject line, then place the word
  122. ;          ERROR below, otherwise use the word NONE.  If NONE is used,
  123. ;          then UUCPCHK will NOT write the Error Number to the message.
  124. ;          If you specify NONE for Line 4, AND Line 9, then UUCPCHK is
  125. ;          entirely in READ-ONLY mode, good for testing purposes.
  126. ;
  127.  
  128. NONE
  129.  
  130. ;
  131. ; End of Config File
  132. ;
  133.